home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Button Collection / The Ultimate Button Collection (Wayzata Technology) (1641) (1995).iso / pc / qtmove.bat < prev    next >
DOS Batch File  |  1995-08-25  |  3KB  |  88 lines

  1. echo off
  2. REM create a new directory
  3. c:
  4. cd \
  5. md wqt
  6. cd wqt
  7.  
  8. REM copy QuickTime files from Windows Directory and delete them
  9. copy c:\windows\PLAYER.EXE c:\wqt        
  10. attrib -r  c:\windows\PLAYER.EXE
  11. copy c:\windows\PLAYENU.DLL c:\wqt   
  12. attrib -r  c:\windows\PLAYENU.DLL
  13. copy c:\windows\PLAYENU.HLP c:\wqt
  14. attrib -r  c:\windows\PLAYENU.HLP
  15. del c:\windows\PLAYER.EXE
  16. del c:\windows\PLAYENU.DLL
  17. del c:\windows\PLAYENU.HLP    
  18.  
  19. REM copy QuickTime files from Windows\System Directory and delete them
  20. copy c:\windows\system\QCMC.QTC c:\wqt      
  21. attrib -r c:\windows\system\QCMC.QTC
  22. copy c:\windows\system\NAVG.QTC c:\wqt        
  23. attrib -r c:\windows\system\NAVG.QTC
  24. copy c:\windows\system\QTCVID.QTC c:\wqt      
  25. attrib -r c:\windows\system\QTCVID.QTC
  26. copy c:\windows\system\QTRAW.QTC c:\wqt     
  27. attrib -r c:\windows\system\QTRAW.QTC
  28. copy c:\windows\system\QTRLE.QTC c:\wqt       
  29. attrib -r c:\windows\system\QTRLE.QTC
  30. copy c:\windows\system\QTRPZA.QTC c:\wqt     
  31. attrib -r c:\windows\system\QTRPZA.QTC
  32. copy c:\windows\system\QTSMC.QTC c:\wqt      
  33. attrib -r c:\windows\system\QTSMC.QTC
  34. copy c:\windows\system\QTJPEG.QTC c:\wqt      
  35. attrib -r c:\windows\system\QTJPEG.QTC
  36. copy c:\windows\system\QTRT21.QTC c:\wqt      
  37. attrib -r c:\windows\system\QTRT21.QTC
  38. copy c:\windows\system\QTIV32.QTC c:\wqt       
  39. attrib -r c:\windows\system\QTIV32.QTC
  40. copy c:\windows\system\QTIYVU9.QTC c:\wqt    
  41. attrib -r c:\windows\system\QTIYVU9.QTC
  42. copy c:\windows\system\REELMGIC.QTC c:\wqt  
  43. attrib -r c:\windows\system\REELMGIC.QTC
  44. copy c:\windows\system\QTVHDW.QTC c:\wqt   
  45. attrib -r c:\windows\system\QTVHDW.QTC
  46. copy c:\windows\system\DHIO_DH.QTC c:\wqt    
  47. attrib -r c:\windows\system\DHIO_DH.QTC 
  48. copy c:\windows\system\QTIMCMGR.DLL c:\wqt 
  49. attrib -r c:\windows\system\QTIMCMGR.DLL
  50. copy c:\windows\system\QTIM.DLL c:\wqt         
  51. attrib -r c:\windows\system\QTIM.DLL
  52. copy c:\windows\system\QTMOVIE.VBX c:\wqt   
  53. attrib -r c:\windows\system\QTMOVIE.VBX
  54. copy c:\windows\system\QTPIC.VBX c:\wqt       
  55. attrib -r c:\windows\system\QTPIC.VBX
  56. copy c:\windows\system\QTOLE.DLL c:\wqt       
  57. attrib -r c:\windows\system\QTOLE.DLL
  58. copy c:\windows\system\QTHNDLR.DLL c:\wqt   
  59. attrib -r c:\windows\system\QTHNDLR.DLL
  60. copy c:\windows\system\QTNOTIFY.EXE c:\wqt 
  61. attrib -r c:\windows\system\QTNOTIFY.EXE
  62. del c:\windows\system\QCMC.QTC
  63. del c:\windows\system\NAVG.QTC
  64. del c:\windows\system\QTCVID.QTC
  65. del c:\windows\system\QTRAW.QTC
  66. del c:\windows\system\QTRLE.QTC
  67. del c:\windows\system\QTRPZA.QTC
  68. del c:\windows\system\QTSMC.QTC
  69. del c:\windows\system\QTJPEG.QTC
  70. del c:\windows\system\QTRT21.QTC
  71. del c:\windows\system\QTIV32.QTC
  72. del c:\windows\system\QTIYVU9.QTC
  73. del c:\windows\system\REELMGIC.QTC
  74. del c:\windows\system\QTVHDW.QTC
  75. del c:\windows\system\DHIO_DH.QTC
  76. del c:\windows\system\QTIMCMGR.DLL
  77. del c:\windows\system\QTIM.DLL
  78. del c:\windows\system\QTMOVIE.VBX
  79. del c:\windows\system\QTPIC.VBX
  80. del c:\windows\system\QTOLE.DLL
  81. del c:\windows\system\QTHNDLR.DLL
  82. del c:\windows\system\QTNOTIFY.EXE
  83.  
  84. REM Alert user that the file transfer is done
  85. echo Files Transfered
  86. echo off
  87. pause
  88.